home *** CD-ROM | disk | FTP | other *** search
-
- MailSock is an ActiveX Component (.OCX) for sending and receiving mail using POP3.
- MailSock is copyrighted by Al Cheser (alcheser@color-country.net).
- Send $5.00 to Al Cheser
- P.O. Box 1404
- Duck Creek Village, UT 84762
-
- Include your Email address, I will Email the MailSock.OCX file without the irritating
- message.
- Included with the MailSock.ocx file should be a program for sending and receiving mail using
- the MailSock.ocx component. Both the .exe and source file is included.
- All of the above programs were written using VB5.
-
-
- MailSock Properties
-
- LocalEmailAddress - Set to your Email address
- RemoteEmailAddress - Set to Recipient Email address
- LocalPassword - Set to your Email Password
- recNumMess - Get number of messages received
- recDate - Get Date of message
- recFrom - Get who message is from
- recSubject - Get Subject of message
- recMessage - Get message
- recCompleteMessage - Get complete message transmission
- sendSubject - Set to Subject to send
- sendMessage - Set to Message to send
- flgBusy - Check that flgBusy is false before sending or receiving mail
- flgDelete - Set to True to delete messages received
- SendMail() - Call this Sub to send mail
- GetMail() - Call this Sub to receive mail
- SetMessNum(iMessNum) - Call this Sub with Message number to read
-